net/http.http2serverConn.maxHeaderListSize (method)

3 uses

	net/http (current package)
		h2_bundle.go#L4543: 	fr.MaxHeaderListSize = sc.maxHeaderListSize()
		h2_bundle.go#L4702: func (sc *http2serverConn) maxHeaderListSize() uint32 {
		h2_bundle.go#L4989: 		{http2SettingMaxHeaderListSize, sc.maxHeaderListSize()},